![]() |
MPCreateNotification |
||||
Header: | Multiprocessing.h | Carbon status: | Supported | |
Creates a kernel notification
OSStatus MPCreateNotification ( MPNotificationID *notificationID );
On return, notificationID points to the newly created kernel notification.
A result code.
After creating the kernel notification object, you can add simple notifications by calling the function MPModifyNotification.
Also see the function MPDeleteNotification.
Introduced with Multiprocessing Services 2.1.
Supported in Carbon. Available in CarbonLib 1.0 and later when MPLibrary 2.1 or later is installed. Exported by CarbonLib 1.0 and later and by MPLibrary 2.1 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)